DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1GroupDataCollection<S> Class / ReplaceRangeAsync Method

In This Topic
    ReplaceRangeAsync Method (C1GroupDataCollection<S>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function ReplaceRangeAsync( _
       ByVal startingIndex As Integer, _
       ByVal items As IEnumerable(Of S), _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task
    public override Task ReplaceRangeAsync( 
       int startingIndex,
       IEnumerable<S> items,
       CancellationToken cancellationToken
    )

    Parameters

    startingIndex
    items
    cancellationToken
    See Also